projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
a226b3c
72d0a72
)
Auto merge of #3791 - sunng87:port-handlebars-to-serde, r=alexcrichton
author
bors
<bors@rust-lang.org>
Fri, 3 Mar 2017 15:40:30 +0000
(15:40 +0000)
committer
bors
<bors@rust-lang.org>
Fri, 3 Mar 2017 15:40:30 +0000
(15:40 +0000)
Use serde type system for handlebars
This will help cargo to drop rustc_serialize as dependency (#3682). Handlebars actually supports using serde_json as its type system instead of rustc_serialize. And I'm planning to drop rustc_serialize in future releases.
Trivial merge